ArcGIS API for Windows Phone - Library Reference
Geocode(String,EventHandler<GeocodeCompletedEventArgs>) Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Bing Namespace > Geocoder Class > Geocode Method : Geocode(String,EventHandler<GeocodeCompletedEventArgs>) Method

address
The address to geocode.
onComplete
The method to call on complete.
Geocodes address using an asynchronous call to Bings geocoding service.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Geocode( _
   ByVal address As String, _
   ByVal onComplete As EventHandler(Of GeocodeCompletedEventArgs) _
) 
C# 
public void Geocode( 
   string address,
   EventHandler<GeocodeCompletedEventArgs> onComplete
)

Parameters

address
The address to geocode.
onComplete
The method to call on complete.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.